home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / tdmbks.zip / DELBOOKS.EXE / RCDATA / TSPLASH / TSPLASH.txt < prev   
Text File  |  1996-05-30  |  3KB  |  104 lines

  1. object Splash: TSplash
  2.   Left = 398
  3.   Top = 311
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 207
  7.   ClientWidth = 488
  8.   Color = clWhite
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   KeyPreview = True
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   OnClick = FormDeactivate
  18.   OnClose = FormClose
  19.   OnDeactivate = FormDeactivate
  20.   OnKeyPress = FormKeyPress
  21.   TextHeight = 16
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 488
  26.     Height = 207
  27.     Align = alClient
  28.     BevelInner = bvLowered
  29.     BorderWidth = 6
  30.     BorderStyle = bsSingle
  31.     TabOrder = 0
  32.     OnClick = FormDeactivate
  33.     object Image1: TImage
  34.       Left = 12
  35.       Top = 13
  36.       Width = 461
  37.       Height = 175
  38.       AutoSize = True
  39.       Center = True
  40.       Picture.Data = {<image000.bmp>}
  41.       OnClick = FormDeactivate
  42.     end
  43.     object BLabel1: TBLabel
  44.       Left = 12
  45.       Top = 199
  46.       Width = 462
  47.       Height = 40
  48.       Alignment = taCenter
  49.       AutoSize = False
  50.       Caption = 
  51.         'Developed by Dr.Bob, who also did most of the reviews, helped by' +
  52.         ' Steve Troxell and Chris Frizelle. '
  53.       Font.Color = clRed
  54.       Font.Height = -16
  55.       Font.Name = 'Arial'
  56.       Font.Style = [fsBold]
  57.       ParentFont = False
  58.       Transparent = True
  59.       Visible = False
  60.       WordWrap = True
  61.       OnClick = FormDeactivate
  62.       LabelStyle = lsRaised
  63.     end
  64.     object BLabel2: TBLabel
  65.       Left = 12
  66.       Top = 237
  67.       Width = 462
  68.       Height = 50
  69.       AutoSize = False
  70.       Caption = 
  71.         'The Delphi Magazine is now published monthly and comes with a fr' +
  72.         'ee companion diskette, for details or a free sample copy, contac' +
  73.         't the editor Chris Frizelle at 70630,717 on CompuServe or call/f' +
  74.         'ax +44-181-460 0650'
  75.       Font.Color = clYellow
  76.       Font.Height = -13
  77.       Font.Name = 'Arial'
  78.       Font.Style = [fsBold]
  79.       ParentFont = False
  80.       Transparent = True
  81.       WordWrap = True
  82.       OnClick = FormDeactivate
  83.       LabelStyle = lsRaised
  84.     end
  85.     object Label1: TLabel
  86.       Left = 12
  87.       Top = 178
  88.       Width = 461
  89.       Height = 16
  90.       Alignment = taCenter
  91.       AutoSize = False
  92.       Caption = 'The Delphi Magazine Review Database of Delphi Books'
  93.       Color = clWhite
  94.       Font.Color = clMaroon
  95.       Font.Height = -11
  96.       Font.Name = 'Arial'
  97.       Font.Style = [fsBold]
  98.       ParentColor = False
  99.       ParentFont = False
  100.       OnClick = FormDeactivate
  101.     end
  102.   end
  103. end
  104.